home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part2
/
cat1
/
balanc.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
891b
|
67 lines
balanc(2) Scilab Function balanc(2)
NAME
balanc - matrix or pencil balancing
CALLING SEQUENCE
[Ab,X]=balanc(A)
[Eb,Ab,X,Y]=balanc(E,A)
PARAMETERS
A: a real square matrix
X: a real square invertible matrix
E: a real square matrix (same dimension as A)
Y: a real square invertible matrix.
DESCRIPTION
Balance a square matrix to improve its condition number.
[Ab,X] = balanc(A) finds a similarity transformation X such that Ab =
inv(X)*A*X has approximately equal row and column norms.
For matrix pencils,balancing is done for improving the generalized eigen-
value problem.
[Eb,Ab,X,Y] = balanc(E,A) returns left and right transformations X and Y
such that Eb=X*E*Y Ab=X*A*Y
Remark
Balancing is made in the functions bdiag and spec.
SEE ALSO
bdiag